mirror of
https://github.com/danbulant/appit
synced 2026-07-05 02:50:37 +00:00
Defining msrv
This commit is contained in:
parent
14a2957d6c
commit
36b8c1fc8b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
name = "appit"
|
name = "appit"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.70.0"
|
||||||
description = "A math library specialized for 2d screen graphics."
|
description = "A math library specialized for 2d screen graphics."
|
||||||
repository = "https://github.com/khonsulabs/appit"
|
repository = "https://github.com/khonsulabs/appit"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue