Defining msrv

This commit is contained in:
Jonathan Johnson 2024-05-02 07:03:38 -07:00
parent 14a2957d6c
commit 36b8c1fc8b
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -2,6 +2,7 @@
name = "appit"
version = "0.2.0"
edition = "2021"
rust-version = "1.70.0"
description = "A math library specialized for 2d screen graphics."
repository = "https://github.com/khonsulabs/appit"
license = "MIT OR Apache-2.0"