This commit is contained in:
2025-07-21 06:51:13 +02:00
parent a538b2af90
commit 959c1319e7
147 changed files with 667 additions and 666 deletions

View File

@@ -9,7 +9,7 @@ Create a file `screen_example.vsh`:
```v
#!/usr/bin/env -S v run
import freeflowuniverse.herolib.osal.core as osal.screen
import freeflowuniverse.herolib.osal.core.screen
// Create a new screen factory
mut sf := screen.new()!