Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/eidos-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ eidos-gamefeatures = { path = "../eidos-gamefeatures" }
eidos-install = { path = "../eidos-install" }
eidos-fomod = { path = "../eidos-fomod" }
rfd = "0.17"
# The 25 theme families / 57 palettes of the Colony ecosystem, the eight accent
# overrides, the high-contrast derivation and the shared pickers - generated from
# the design tokens in Project-Colony-Resources rather than copied here.
#
# Pinned to a tag, as Colony and Xion pin it: a change upstream must not be able
# to alter this window without a deliberate bump.
colony-ui = { git = "https://github.com/Project-Colony/Project-Colony-Resources", tag = "v0.1.0" }
Loading
Loading