Skip to content

Commit

Permalink
Separated some structs in styling and css3 crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Feb 22, 2024
1 parent e236794 commit 5a40b2a
Show file tree
Hide file tree
Showing 24 changed files with 468 additions and 410 deletions.
70 changes: 42 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ gosub_net = { path = "./crates/gosub_net", features = [] }
gosub_config = { path = "./crates/gosub_config", features = [] }
gosub_html5 = { path = "./crates/gosub_html5", features = [] }
gosub_css3 = { path = "./crates/gosub_css3", features = [] }
gosub_styling = { path = "./crates/gosub_styling", features = [] }
gosub_webexecutor = { path = "./crates/gosub_webexecutor", features = [] }
gosub_jsapi = { path = "./crates/gosub_jsapi", features = [] }
gosub_testing = { path = "./crates/gosub_testing", features = [] }
Expand Down
1 change: 1 addition & 0 deletions crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.4"
log = "0.4.20"
simple_logger = "4.2.0"
anyhow = { version = "1.0.80", features = [] }

1 change: 1 addition & 0 deletions crates/gosub_css3/src/convert.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod ast_converter;
Loading

0 comments on commit 5a40b2a

Please sign in to comment.