Skip to content

Commit

Permalink
chore(release): 0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.2](v0.4.1...v0.4.2) (2022-10-01)

### Continuous Integration

* little simplificatin for clippy calls ([d9b3dc1](d9b3dc1))

### Documentation

* contribution docs fixes ([6c966fb](6c966fb))
* fix description of proper usage of build script ([0db21cf](0db21cf))
  • Loading branch information
semantic-release-bot committed Oct 1, 2022
1 parent 0db21cf commit fc83f62
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.4.2](https://github.com/meskill/mystic-light-sdk/compare/v0.4.1...v0.4.2) (2022-10-01)


### Continuous Integration

* little simplificatin for clippy calls ([d9b3dc1](https://github.com/meskill/mystic-light-sdk/commit/d9b3dc18ccea458c26f60bdfe1c0d03c4d166e8c))


### Documentation

* contribution docs fixes ([6c966fb](https://github.com/meskill/mystic-light-sdk/commit/6c966fb83d6b2d46872160dd9830f056ad2edcd2))
* fix description of proper usage of build script ([0db21cf](https://github.com/meskill/mystic-light-sdk/commit/0db21cf9824b7239d031ee8e327ca532bf4f7676))

## [0.4.1](https://github.com/meskill/mystic-light-sdk/compare/v0.4.0...v0.4.1) (2022-08-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mystic_light_sdk"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["meskill"]
description = "A Rust wrapper for the MysticLight SDK (MSI hardware and peripherals)"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Rust SDK wrapper for the [Mystic Light SDK][__link0]
## Requirements

1. Any MSI device with RGB support
1. Only Windows 7+
1. Dragon Center or Msi Center installed and running. You can download it [here][__link1]
1. Admin rights to run program with the `mystic_light_sdk`
2. Only Windows 7+
3. Dragon Center or Msi Center installed and running. You can download it [here][__link1]
4. Admin rights to run program with the `mystic_light_sdk`


## Examples
Expand Down Expand Up @@ -106,7 +106,7 @@ const LIB_PATH: &str = if cfg!(target_arch = "x86_64") {

As sdk dll is required in runtime you must provide these files somehow in the runtime.

You may use build script included in the library itself to copy directory with sdk to the output directory. To do so provide environment variable `MYSTIC_LIGHT_SDK_PATH` with the path to directory with the sdk’s dll relative to the crate root e.g. `MYSTIC_LIGHT_SDK_PATH=sdk` if you have dlls inside `<crate_root>/sdk` directory
You may use build script included in the library itself to copy directory with sdk to the output directory. To do so provide environment variable `MYSTIC_LIGHT_SDK_PATH` with **absolute** path to directory with the sdk’s dll e.g. `MYSTIC_LIGHT_SDK_PATH=/workspaces/project/sdk`.


## Panics
Expand Down Expand Up @@ -175,7 +175,7 @@ Make sure you have been fulfilled [requirements](#requirements) and you running
Some of the device’s styles do not support colors. In this case this kind of error will be generated.


[__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG52uRQSwBdezG6GWW8ODAbr5G6KRmT_WpUB5G9hPmBcUiIp6YXKEG9xtyNAZAPipG4wMjqR7OtZmG4Tbd1I_axk_G8brULg879U6YWSCgngaTXlzdGljTGlnaHRHcmFwaHFsTXV0YXRpb272gndNeXN0aWNMaWdodEdyYXBocWxRdWVyefY
[__cargo_doc2readme_dependencies_info]: ggGkYW0AYXSEG52uRQSwBdezG6GWW8ODAbr5G6KRmT_WpUB5G9hPmBcUiIp6YXKEGwZVjdq2ObFUG5iRsw2sZp7JGwtix7sRa4ihGxFVtj4lRduhYWSCgngaTXlzdGljTGlnaHRHcmFwaHFsTXV0YXRpb272gndNeXN0aWNMaWdodEdyYXBocWxRdWVyefY
[__link0]: https://www.msi.com/Landing/mystic-light-rgb-gaming-pc/download
[__link1]: https://www.msi.com/Landing/mystic-light-rgb-gaming-pc/download
[__link2]: https://docs.rs/tracing/0.1.36/tracing/index.html
Expand Down

0 comments on commit fc83f62

Please sign in to comment.