Skip to content

How to use latest slint changes from master branch? #2883

Answered by ogoffart
kkettinger asked this question in General
Discussion options

You must be logged in to vote

You need to use the same version for slint and slint-build

so

[dependencies]
slint = { git = "https://github.com/slint-ui/slint", branch = "master" }

[build-dependencies]
slint-build = { git = "https://github.com/slint-ui/slint", branch = "master" }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kkettinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants