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