Skip to content

Commit

Permalink
cleaning & new release
Browse files Browse the repository at this point in the history
  • Loading branch information
warfaj committed Dec 6, 2023
1 parent b35a51d commit eaa5109
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions examples/src/camera/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.9" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.9" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.9", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.10.9" , path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest = { version = "0.10.10" }
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
8 changes: 4 additions & 4 deletions examples/src/color-grid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.7" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.10.7", path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest = { version = "0.10.10"}
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
8 changes: 4 additions & 4 deletions examples/src/fireworks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.7" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.10.7" , path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest = { version = "0.10.10" }
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
8 changes: 4 additions & 4 deletions examples/src/grids/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.7" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.7", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.10.7", path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest = { version = "0.10.10"}
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
8 changes: 4 additions & 4 deletions examples/src/hello-rgb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.10" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.10", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest = { version = "0.10.10", path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest = { version = "0.10.10"}
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
8 changes: 4 additions & 4 deletions examples/src/words/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"
default-run = "run"

[dependencies]
pax-lang = { version = "0.10.10" , path = ".pax/pkg/pax-lang" }
pax-std = { version = "0.10.10" , path = ".pax/pkg/pax-std" }
pax-compiler = { version = "0.10.10", optional = true, path = ".pax/pkg/pax-compiler" }
pax-manifest= { version = "0.10.10" , path = ".pax/pkg/pax-manifest" }
pax-lang = { version = "0.10.10" }
pax-std = { version = "0.10.10" }
pax-compiler = { version = "0.10.10", optional = true}
pax-manifest= { version = "0.10.10" }
serde_json = {version = "1.0.95", optional = true}

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion pax-chassis-ios/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub use pax_chassis_common::core_graphics_c_bridge::*;
pub use pax_chassis_common::core_graphics_c_bridge::*;
2 changes: 1 addition & 1 deletion pax-macro/src/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fn recurse_visit_tag_pairs_for_pascal_identifiers(
}
}
}
Rule::comment => {},
Rule::comment => {}
_ => {
unreachable!("Parsing error 123123121: {:?}", any_tag_pair.as_rule());
}
Expand Down

0 comments on commit eaa5109

Please sign in to comment.