Skip to content

Commit d8c8f5a

Browse files
committed
Merge branch 'newgeo'
2 parents 9746540 + 7e2f76c commit d8c8f5a

274 files changed

Lines changed: 1538 additions & 18809 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ website/build/
3131
.mac_env
3232
rayforge/private_addons
3333
rayforge/version.txt
34+
35+
# Rust ops crate
36+
target/
37+
crates/rayforge-ops/Cargo.lock

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
max_width = 80

Cargo.lock

Lines changed: 310 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debian/requirements-bundle.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
asyncudp==0.11.0
22
pyvips==3.0.0
3+
raygeo==0.1.7
34
trimesh==4.6.8
45
vtracer==0.6.11

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ override_dh_auto_install:
3636
--find-links=file://$(CURDIR)/vendor/sdist \
3737
--target=$(CURDIR)/debian/rayforge/usr/lib/python3/dist-packages \
3838
--upgrade \
39-
vtracer pyvips asyncudp trimesh
39+
vtracer pyvips asyncudp trimesh raygeo
4040

4141
override_dh_auto_test:
4242
echo "Skipping tests during Debian build; they are run in the dedicated CI test job."

external/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)