Set Cargo.toml versions to 0.0.0 to avoid version confusion
This commit is contained in:
parent
53a1f19af0
commit
79b247c0aa
|
|
@ -80,11 +80,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "graphite-charcoal"
|
name = "graphite-charcoal"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "graphite-editor"
|
name = "graphite-editor"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
|
@ -101,7 +101,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "graphite-graphene"
|
name = "graphite-graphene"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glam",
|
"glam",
|
||||||
"kurbo",
|
"kurbo",
|
||||||
|
|
@ -112,7 +112,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "graphite-proc-macros"
|
name = "graphite-proc-macros"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"graphite-editor",
|
"graphite-editor",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
@ -122,7 +122,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "graphite-wasm"
|
name = "graphite-wasm"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"graphite-editor",
|
"graphite-editor",
|
||||||
"graphite-graphene",
|
"graphite-graphene",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "graphite-charcoal"
|
name = "graphite-charcoal"
|
||||||
version = "0.1.0"
|
publish = false
|
||||||
|
version = "0.0.0"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.56.0"
|
||||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "graphite-editor"
|
name = "graphite-editor"
|
||||||
version = "0.1.0"
|
publish = false
|
||||||
|
version = "0.0.0"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.56.0"
|
||||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "graphite-wasm"
|
name = "graphite-wasm"
|
||||||
version = "0.1.0"
|
publish = false
|
||||||
|
version = "0.0.0"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.56.0"
|
||||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
@ -8,7 +9,6 @@ readme = "../../README.md"
|
||||||
homepage = "https://www.graphite.design"
|
homepage = "https://www.graphite.design"
|
||||||
repository = "https://github.com/GraphiteEditor/Graphite"
|
repository = "https://github.com/GraphiteEditor/Graphite"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
publish = false
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "graphite-graphene"
|
name = "graphite-graphene"
|
||||||
version = "0.1.0"
|
publish = false
|
||||||
|
version = "0.0.0"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.56.0"
|
||||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "graphite-proc-macros"
|
name = "graphite-proc-macros"
|
||||||
version = "0.1.0"
|
publish = false
|
||||||
|
version = "0.0.0"
|
||||||
rust-version = "1.56.0"
|
rust-version = "1.56.0"
|
||||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
@ -8,7 +9,6 @@ readme = "../README.md"
|
||||||
homepage = "https://www.graphite.design"
|
homepage = "https://www.graphite.design"
|
||||||
repository = "https://github.com/GraphiteEditor/Graphite"
|
repository = "https://github.com/GraphiteEditor/Graphite"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
publish = false
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue