https://github.com/rust-windowing/cursor-icon
A common cursor icon type
https://github.com/rust-windowing/cursor-icon
rust
Last synced: about 1 year ago
JSON representation
A common cursor icon type
- Host: GitHub
- URL: https://github.com/rust-windowing/cursor-icon
- Owner: rust-windowing
- License: apache-2.0
- Created: 2023-05-05T20:19:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T18:14:45.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:11:59.803Z (about 1 year ago)
- Topics: rust
- Language: Rust
- Size: 27.3 KB
- Stars: 10
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `cursor-icon`: A common cursor icon type
This library provides a standard type to work with the cursor icon across
multiple platforms.
The transformation to the actual value used by the platform for this icon is
left to the libraries like https://github.com/rust-windowing/winit.