Skip to content

Commit

Permalink
Integrate color model into all
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 30, 2024
1 parent 16f34c6 commit 8608473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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.

3 changes: 3 additions & 0 deletions models/all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ edition = "2021"
[dependencies.fj]
path = "../../crates/fj"

[dependencies.color]
path = "../color"

[dependencies.cuboid]
path = "../cuboid"

Expand Down
1 change: 1 addition & 0 deletions models/all/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub fn model(services: &mut Services) -> Solid {
let angle_rad = Scalar::PI / 6.;

let models = [
color::model(services),
cuboid::model([1., 2., 3.], services),
holes::model(0.5, services),
spacer::model(2., 1., 1., services),
Expand Down

0 comments on commit 8608473

Please sign in to comment.