atomize-modules #7

Merged
sashakoshka merged 5 commits from atomize-modules into main 2023-02-02 15:51:23 -07:00
8 changed files with 486 additions and 6 deletions
Showing only changes of commit 04d2ea4767 - Show all commits

View File

@ -1,6 +1,8 @@
package tomo package tomo
import "errors" import "errors"
import "git.tebibyte.media/sashakoshka/tomo/data"
import "git.tebibyte.media/sashakoshka/tomo/elements"
// Backend represents a connection to a display server, or something similar. // Backend represents a connection to a display server, or something similar.
// It is capable of managing an event loop, and creating windows. // It is capable of managing an event loop, and creating windows.