parent
00c8fa83c2
commit
cece6de2a9
|
|
@ -2,7 +2,7 @@
|
|||
name = "graphite-editor"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
edition = "2021"
|
||||
readme = "../README.md"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "graphite-wasm"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
edition = "2021"
|
||||
readme = "../../README.md"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "graphite-graphene"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
edition = "2021"
|
||||
readme = "../README.md"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "bezier-rs"
|
||||
version = "0.1.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
edition = "2021"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
description = "A wide assortment of useful math functions for Bezier segments and shapes."
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "dyn-any"
|
||||
version = "0.2.1"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
edition = "2021"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
description = "An Any trait that works for arbitrary lifetimes"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "graphite-proc-macros"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
edition = "2021"
|
||||
readme = "../README.md"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "bezier-rs-wasm"
|
||||
publish = false
|
||||
version = "0.0.0"
|
||||
rust-version = "1.62.0"
|
||||
rust-version = "1.65.0"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
edition = "2021"
|
||||
readme = "../../README.md"
|
||||
|
|
|
|||
Loading…
Reference in New Issue