Skip to content

Commit 07ff7b5

Browse files
committed
Remove the SDL2 example
If someone cares to work out why it doesn't compile and bring it back then they can do. But I don't, and we need CI to be working.
1 parent 61f82e4 commit 07ff7b5

File tree

5 files changed

+2
-237
lines changed

5 files changed

+2
-237
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
FEATURES_DEPENDING_ON_STD: "std,default"
2020
# List of packages that can not target Wasm.
2121
# `vello_tests` uses `nv-flip`, which doesn't support Wasm.
22-
NO_WASM_PKGS: "--exclude vello_tests --exclude simple_sdl2"
22+
NO_WASM_PKGS: "--exclude vello_tests"
2323
# The files stored in LFS the tests need to access, in JSON format
2424
LFS_FILES: '["vello_tests/snapshots/*.png", "sparse_strips/vello_cpu/snapshots/*.png"]'
2525

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ members = [
1010
"examples/run_wasm",
1111
"examples/scenes",
1212
"examples/simple",
13-
"examples/simple_sdl2",
1413
"examples/with_winit",
1514

1615
"sparse_strips/vello_api",
@@ -28,8 +27,7 @@ members = [
2827
#
2928
# NOTE: When bumping this, remember to also bump the aforementioned other packages'
3029
# version in the dependencies section at the bottom of this file.
31-
# Additionally, bump the Vello dependency version in the 'simple'
32-
# and `simple_sdl2` examples.
30+
# Additionally, bump the Vello dependency version in the 'simple' example.
3331
version = "0.4.0"
3432

3533
edition = "2024"

examples/simple_sdl2/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/simple_sdl2/src/main.rs

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)