mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-25 12:34:49 -04:00
docs: fix text alignments
This commit is contained in:
parent
c8b4e22748
commit
e4d43f6085
2 changed files with 5 additions and 10 deletions
|
@ -18,11 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
> **Note**
|
> **Note**
|
||||||
> This change applies only to developers and package distributors
|
> This change applies only to developers and package distributors
|
||||||
|
|
||||||
- The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render`
|
- The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render` or download them from the release assets.
|
||||||
or download them from the release assets.
|
|
||||||
|
|
||||||
- The `build.toml` file has been removed. Instead, the cursor build configurations are now distributed according to platforms
|
- The `build.toml` file has been removed. Instead, the cursor build configurations are now distributed according to platforms within the `configs` directory:
|
||||||
within the `configs` directory:
|
|
||||||
- `configs/x.build.toml`: Used to build XCursor.
|
- `configs/x.build.toml`: Used to build XCursor.
|
||||||
- `configs/win_rg.build.toml`: Used to build regular size Windows cursors.
|
- `configs/win_rg.build.toml`: Used to build regular size Windows cursors.
|
||||||
- `configs/win_lg.build.toml`: Used to build large size Windows cursors.
|
- `configs/win_lg.build.toml`: Used to build large size Windows cursors.
|
||||||
|
|
|
@ -8,19 +8,16 @@ Open source macOS Cursors for `Windows` and `Linux` with _HiDPI Support_ .
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- All cursor's SVG files are found in [svg](./svg) directory or you can also find them on
|
- All cursor's SVG files are found in [svg](./svg) directory or you can also find them on [Figma](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/apple_cursor?type=design&node-id=73%3A2&mode=design&t=dLILPgJJrLKeAcTE-1).
|
||||||
[Figma](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/apple_cursor?type=design&node-id=73%3A2&mode=design&t=dLILPgJJrLKeAcTE-1).
|
|
||||||
|
|
||||||
<!-- If you're interested, you can learn more about "sponsor-spotlight" on
|
<!-- If you're interested, you can learn more about "sponsor-spotlight" on
|
||||||
https://dev.to/ful1e5/lets-give-recognition-to-those-supporting-our-work-on-github-sponsors-b00 -->
|
https://dev.to/ful1e5/lets-give-recognition-to-those-supporting-our-work-on-github-sponsors-b00 -->
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- **2024-04-26**: https://github.com/ful1e5/apple_cursor/commit/c684a72e967b58d85492fae5fa68040beae47c10 Partitioned cursor build
|
- **2024-04-26**: https://github.com/ful1e5/apple_cursor/commit/c684a72e967b58d85492fae5fa68040beae47c10 Partitioned cursor build configuration into multiple files according to platform:
|
||||||
configuration into multiple files according to platform:
|
|
||||||
`build.toml` -> `configs/win_lg.build.toml`, `configs/win_rg.build.toml`, `configs/win_xl.build.toml`, `configs/x.build.toml`.
|
`build.toml` -> `configs/win_lg.build.toml`, `configs/win_rg.build.toml`, `configs/win_xl.build.toml`, `configs/x.build.toml`.
|
||||||
- **2024-02-23**: https://github.com/ful1e5/apple_cursor/commit/07767c24b0c5dbf912cf37350b86adc11671a18e `bitmaps` directory removed,
|
- **2024-02-23**: https://github.com/ful1e5/apple_cursor/commit/07767c24b0c5dbf912cf37350b86adc11671a18e `bitmaps` directory removed, and `macOS Monterey` cursors deprecated.
|
||||||
and `macOS Monterey` cursors deprecated.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue