Maksim

Results 4 comments of Maksim

I got the same problem while use rodio functions in rust dll lib and call it from c# ``` [DllImport("djmadest_api.dll")] private static extern IntPtr init_default_device(); [DllImport("djmadest_api.dll")] private static extern void...

Fully native controls for every operating system with supports windows, gtk user themes, etc

No, iced uses own render for widgets

There was a `windowless` example in rust-sciter. But seems to be does not work at last versions of Windows/Sciter. See #146