You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't depends incoditionally on critical-section for portable-atomic
This should fix the compilation (link) of the esp-edf build for esp32s2 in the nightly test CI, as that platform doesn't have atomic, and also we don't provide an implementation of the critical-section function from the slint-cpp crate. Use the unsafe-single-threaded feature instead. CC #5057
0 commit comments