-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text looks vague in macos #480
Comments
@goflutterjava please can you recheck using |
@rzerres When I use the |
did you go with a
it is working for me on x64_86 architecture. Sorry, can't test on OSX. use orbtk::prelude::*;
fn main() {
Application::new()
.window(|ctx| {
Window::new()
.title("Dev Tools")
.position((100.0, 100.0))
.size(1200.0, 800.0)
.child(TextBlock::new().text("Dev Tools").build(ctx))
.build(ctx)
})
.run();
} then called:
|
I have run
it now raise
and this is my toml [package]
name = "dev-tools-rust-orbtk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#orbtk = "0.3.1-alpha4"
orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop"}
Please take a look when you have time, thanks |
@goflutterjava If you create your own crate, you are just including the dependency to orbtk. Thus, it will build these crates with the default flags. And here OrbTk will not call the "bundled" feature as a default. To get that strait
I just copied the |
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: