Skip to content

Commit 93ec437

Browse files
committed
use imgui_bundle for examples
1 parent 8e30126 commit 93ec437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/serve_browser_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
pygfx_wheel = "https://pygfx--1273.org.readthedocs.build/1273/_static/pygfx-0.16.0-py3-none-any.whl"
3434

3535
# the pygfx wheel will be listed after this. it might be possible to still get deps from pyproject.toml
36-
fpl_deps = [wgpu_wheel, uharfbuzz_wheel, pygfx_wheel, "hsluv", "pylinalg", "jinja2", "httpx", "trimesh", "gltflib", "imageio"]
36+
fpl_deps = [wgpu_wheel, uharfbuzz_wheel, pygfx_wheel, "imgui-bundle", "hsluv", "pylinalg", "jinja2", "httpx", "trimesh", "gltflib", "imageio"]
3737

3838
root = Path(__file__).parent.parent.absolute()
3939

0 commit comments

Comments
 (0)