Commit graph

16 commits

Author SHA1 Message Date
Olivier Goffart
804acf29d2 Fix licenses of .toml files 2025-10-22 04:56:10 +02:00
Olivier Goffart
78a3757b7f
Remormat all the toml file again to fix npm upload
Commit cd6f2e2 reformated the .toml, but the 80 char width column is
judged too small to be practical

Add a .taplo.toml file

Also do not split feature array
2025-04-09 15:06:00 +02:00
Tobias Hunger
cd6f2e2cf2 ci: Format toml files
... using taplo with default settings

I tried this with 4 spaces indentation, but the patch is almost as
big as this one, so I went with default settings instead as that
is just easier:-)
2025-04-02 11:03:41 +02:00
Aurindam Jana
3523e86359
Simplify commercial license (#3063)
Base the commercial license on the Royalty-free license adding clauses pertaining to the fees.
2024-05-31 14:06:17 +02:00
Olivier Goffart
11dea135f7 Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Simon Hausmann
7b0dab4ab1 Fix x86-64 builds with Cross
Select the container that is provisioned with all the dependencies Slint
needs. Otherwise cross will use rust-embedded's default container, which
is missing various bits & pieces.
2022-04-29 15:45:32 +08:00
Tobias Hunger
4230ac2572
Update copyright information to reflect name change
Also run resue over the codebase and fix complaints from that tool.
2022-02-09 10:27:47 +01:00
Simon Hausmann
a170758f08 Fetch images for cross builds with cross from the new location 2022-02-08 09:33:58 +01:00
Tobias Hunger
cc3994b58d
Rename rust API 2022-02-02 13:26:35 +01:00
Simon Hausmann
b1a70f9e58 Rename the SixtyFPS CMake interface 2022-02-02 09:58:26 +01:00
Tobias Hunger
a8853dcff5 reuse: Grep for old license info and replace it 2022-01-19 11:25:21 +01:00
Simon Hausmann
afdb37d5fb Add a RISC-V config to Cross.toml
This makes it easy to locally do test builds against an Ubuntu RISC-V build.
2021-09-10 13:36:03 +02:00
Olivier Goffart
13bd828b96 Update license date 2021-07-02 15:55:54 +02:00
Olivier Goffart
4991f467d9 Cross build: pass env variable that we read in our build script 2021-06-01 18:25:58 +02:00
Simon Hausmann
c39674ae4a Fix license header check 2020-10-06 22:03:11 +02:00
Simon Hausmann
cfb27fde56 Add cross-config setup for embedded Linux with X11
A cross config for convenient selection of the docker image that has the
necessary dependencies, as well as Docker files for creating them.
2020-10-06 21:50:24 +02:00