mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
wgpu: Bump to wgpu 23.0.0 and wasm-bindgen to 0.2.95 (#5330)
Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -63,7 +63,7 @@ fn roaming_appdata() -> Option<PathBuf> {
|
||||
match SHGetKnownFolderPath(
|
||||
&FOLDERID_RoamingAppData,
|
||||
KF_FLAG_DONT_VERIFY as u32,
|
||||
0,
|
||||
std::ptr::null_mut(),
|
||||
&mut path,
|
||||
) {
|
||||
S_OK => {
|
||||
|
||||
Reference in New Issue
Block a user