Skip to content

Commit

Permalink
fix color serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariglez committed Sep 30, 2023
1 parent 868eccb commit ca1067d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ texture_to_file = ["notan_graphics/texture_to_file"]
random = ["notan_random"]
glsl-to-spirv = ["notan_macro/glsl-to-spirv", "notan_glyph?/glsl-to-spirv", "notan_draw?/glsl-to-spirv", "notan_egui?/glsl-to-spirv", "notan_text?/glsl-to-spirv"]
shaderc = ["notan_macro/shaderc", "notan_glyph?/shaderc", "notan_draw?/shaderc", "notan_egui?/shaderc", "notan_text?/shaderc"]
serde = ["notan_app/serde", "notan_math/serde", "notan_core/serde", "notan_input/serde"]
serde = ["notan_app/serde", "notan_math/serde", "notan_core/serde", "notan_input/serde", "notan_graphics/serde"]

[dev-dependencies]
egui_demo_lib = "0.22.0"
Expand Down
1 change: 1 addition & 0 deletions crates/notan_graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ parking_lot.workspace = true
image = { workspace = true, optional = true }

crevice_notan = { version = "0.13.0", features = ["glam"] }
serde = { workspace = true, optional = true }

[features]
texture_to_file = ["notan_utils/save_file", "image/png"]

0 comments on commit ca1067d

Please sign in to comment.