Native Windows GUI: Features

Almost all of the features of native-windows-gui are behimd feature flags, but by default it includes everything.

In order to cut the compile time, specify default-features=false in Cargo.toml. Ex:

native-windows-gui = {
  version="1",
  default-features=false,
  features = [
    "extern-canvas", "frame", "raw-win-handle",
    "listbox", "flexbox", "cursor",
    "animation-timer"
  ]
}

Feature list

Here is a list of all the features in NWG