Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 4, 2024
1 parent 7e113c0 commit 7d60d4c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
49 changes: 49 additions & 0 deletions pixi.lock

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

3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ clang-format-14 = ">=14.0.6,<14.1"
[target.linux-64.dependencies]
freeglut = ">=3.2.2,<3.3"
imgui = ">=1.90.4,<1.91"
taskflow = ">=3.7.0,<3.8"

[target.linux-64.tasks]
configure = { depends_on = ["configure-unix"] }
Expand Down Expand Up @@ -125,6 +126,7 @@ clang-format-14 = ">=14.0.6,<14.1"

[target.osx-64.dependencies]
imgui = ">=1.90.4,<1.91"
taskflow = ">=3.7.0,<3.8"

[target.osx-64.tasks]
configure = { depends_on = ["configure-unix"] }
Expand Down Expand Up @@ -194,6 +196,7 @@ test-all = { cmd = "cmake --build build -j --target ALL", depends_on = [

[target.win-64.dependencies]
freeglut = ">=3.2.2,<3.3"
taskflow = ">=3.7.0,<3.8"

[target.win-64.tasks]
configure = { depends_on = ["configure-win"] }
Expand Down

0 comments on commit 7d60d4c

Please sign in to comment.