winit-core: drop broken docs

Generally, winit-core doesn't know about underlying platforms, though,
some general information which will true for any implementation was
left in place.
This commit is contained in:
Kirill Chibisov 2025-05-03 21:25:22 +09:00
parent 276597e009
commit cf5e422dc8
10 changed files with 29 additions and 100 deletions

View file

@ -28,3 +28,6 @@ web-time = "1"
[build-dependencies]
cfg_aliases = "0.2.1"
[dev-dependencies]
winit = { path = ".." }