crates.io package #9
wiggleforlife
started this conversation in
Ideas
Replies: 2 comments
-
|
I plan to launch a package management approach for building in version 0.3, similar to the cargo new xxx command. This work is currently underway, and details can be found in another project in the organization :slimk (about 1 month)
获取Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Cian O ***@***.***>
Sent: Friday, November 17, 2023 10:54:02 AM
To: Surrealism-All/SurrealismUI ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [Surrealism-All/SurrealismUI] crates.io package (Discussion #9)
Hi, I'm just now trying out this library for Slint. I was wondering if it would be feasible to have a crates.io package so it can be installed via Cargo?
―
Reply to this email directly, view it on GitHub<#9>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AV7FXN3MDYAPXJ6KBJNK2JTYE3GUVAVCNFSM6AAAAAA7PEIVD6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHA3DAMZTGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
SlimkA package manager for creating Slint with SurrealismUI
CommandsCreate Slint Projectcreate a project by selecting configuration items # use default strategy to create a new project
> slimk create hello
# create a new project with a template
> slimk create hello --template slimk
> slimk create hello -t slimkInit an empty Slint Projectthis command creates a new project but use the default strategy with no template , you will get an empty slint project
# no name
> slimk init
# with name
> slimk init helloSelect Templates(Native,Remote)# native
> slimk list -n
# remote
> slimk list -r
# both
> slimk list -aSelect Configuration> slimk config --get update
> slimk config --get createError DescriptionNetworkDue to the lack of an independent server, I have designed it to rely on Github. Slimk : init conf successfully!
Slimk : Downloading | Updating default template...
thread 'main' panicked at 'download failed, please check your network settings!', src\lib\core.rs:229:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtracesolve
{
"natives": {
"slimk-binary": {
"id": 1701616493916,
"url": "E:\\slimk\\repo\\slimk-binary",
"note": "this is a native default template use Slint with SurrealismUI"
}
}
}ResGoals
Next Version Goals (V0.2+)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm just now trying out this library for Slint. I was wondering if it would be feasible to have a crates.io package so it can be installed via Cargo?
Beta Was this translation helpful? Give feedback.
All reactions