Linus Leo Stöckli
Linus Leo Stöckli
I think you can already test it on that branch, it will be some time until I put out a new release because there are some other features pending
can this be merged? egui 0.32 is already out, so a further update would also be required..
Hi! Thanks a lot for giving this a try! According to [egui](https://github.com/emilk/egui), it should be as simple as updating the following line in the `cargo.toml` file, just add the wgpu...
closing this, feel free to re-open if the comment above does not solve the issue..
> Any reason why this functionality would need to live in egui or eframe? I think since the `NSApp` is created by egui, all AppDelegates need to be handled there...
as far as I know, as soon as egui upgrades `winit` to `0.31`, `NSApp` main thread handler will be available and the user can do everything without having to interfere...
Can this be merged?
Cool, Can this be merged now?
Hi, thanks a lot, this looks really nice! I think this line here needs to be changed: ```python def parse_cargo_toml(): with open('Cargo.toml', 'rb') as f: cargo_toml = tomllib.load(f) # here...