Skip to content

Commit

Permalink
3D Ray Tracing Interactive Window
Browse files Browse the repository at this point in the history
  • Loading branch information
kapple19 committed Aug 24, 2024
1 parent 2cc56b8 commit 2138b2c
Show file tree
Hide file tree
Showing 9 changed files with 2,518 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.11'
- '1.11.0-rc2'
os:
- ubuntu-latest
- windows-latest
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.11'
version: '1.11.0-rc2'
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
Expand Down
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ uuid = "03019ade-4524-4ecd-af79-46d4f04a1b56"
authors = ["Aaron Kaw <[email protected]> and contributors"]
version = "1.0.0-DEV"

[deps]
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

[compat]
julia = "1.10"
DataInterpolations = "6.2.0"
ForwardDiff = "0.10.36"
OrdinaryDiffEq = "6.87.0"
julia = "1.11"
Loading

0 comments on commit 2138b2c

Please sign in to comment.