File: README.md

package info (click to toggle)
rust-cursor-icon 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
# `cursor-icon`: A common cursor icon type

This library provides standard type to work with the cursor icon accross
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.