Commit Graph

17 Commits

Author SHA1 Message Date
TÖRÖK Attila 490c02bb58 core,desktop: Update to `winit` `v0.30.5` and latest `egui` from git 2024-09-11 13:24:14 +02:00
Kamil Jarosz 87bf7b5b19 desktop: Set main window as parent of file pickers
This patch makes sure that all file pickers are children of Ruffle.
This way, file pickers will hover over the main window and will have
to be dismissed before the user may interact with it.
2024-08-20 13:47:22 +02:00
TÖRÖK Attila 124310986f render,desktop: Switch to `wgpu` `v22.1.0` and latest `egui` without `winit` 0.30
I opted to enable dithering in egui, because why not.
2024-08-06 15:00:38 +02:00
TÖRÖK Attila 4dd77f903e desktop: Update `egui` to `v0.28.0` 2024-07-04 11:32:48 +02:00
TÖRÖK Attila 7f0e6bfaa5 meta: Deny including multiple versions of `image`
To prevent https://github.com/ruffle-rs/ruffle/issues/15836 from reoccurring.
2024-05-17 01:19:01 +03:00
TÖRÖK Attila 331d1789da render,core,desktop: Port to `wgpu` `v0.20.0`, switch to `egui` `master` 2024-05-17 01:19:01 +03:00
Nathan Adams 6dbef5170e chore: Clarify the ring license 2024-04-15 23:07:56 +02:00
TÖRÖK Attila 18cda28f62 chore: Update cargo-deny configuration to version 2 2024-03-05 21:21:42 +01:00
TÖRÖK Attila 755fa6cded chore: Switch `fluent-templates` back from `master` to `v0.9.0` 2024-03-04 11:05:08 +01:00
Aaron Hill 3e99dd3999 core: Use latest fluent-templates `master` for reproducible builds 2024-02-27 21:36:28 -05:00
TÖRÖK Attila 28c380cfac desktop: Update egui to 0.26.0 2024-02-05 19:05:10 +01:00
TÖRÖK Attila 733459a296 chore: Switch to wgpu 0.19.1 from git 2024-01-22 01:51:07 +01:00
Nathan Adams 78963ba15b chore: Temporarily allow repos during PR - REMOVEME 2024-01-21 19:36:08 +01:00
TÖRÖK Attila a930c6fd5f chore: Disallow "kyren" as GitHub organization for crate sources
Since we have switched to the published gc-arena 0.5.0 release.
2024-01-14 01:28:39 +01:00
TÖRÖK Attila 2c26eaae39 chore: Deny unknown crate registry and git repository sources 2024-01-14 01:28:39 +01:00
TÖRÖK Attila abab78a9a5 chore: Set cargo-deny to error out if `tracy-client` dependency is duplicated
To avoid the cryptic "span! without a running Client" runtime errors.
2023-11-29 13:11:07 +01:00
TÖRÖK Attila 2fcbba49f1 ci: Set up cargo-deny 2023-10-23 13:25:03 +02:00