An open API service indexing awesome lists of open source software.

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

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.