-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-feat: rename ethylene-amd to amdhelper
- Loading branch information
1 parent
e5e6cd2
commit 41be2dc
Showing
14 changed files
with
32 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# EthyleneAMD ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ChefKissInc/EthyleneAMD/main.yml?branch=master&logo=github&style=for-the-badge) | ||
# AMDHelper | ||
|
||
Beware: dangerous to flowers! | ||
|
||
Tool with workarounds for AMD systems running macOS. | ||
|
||
The EthyleneAMD project is licensed under the `Thou Shalt Not Profit License version 1.5`. See [`LICENSE`](https://github.com/ChefKissInc/EthyleneAMD/blob/master/LICENSE). | ||
Tool with workarounds for AMD systems running macOS. |
2 changes: 1 addition & 1 deletion
2
ethylene-amd-chromium/Cargo.toml → amdhelper-chromium/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "ethylene-amd-chromium" | ||
name = "amdhelper-chromium" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "ethylene-amd" | ||
name = "amdhelper" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
use crate::AMDHelperApp; | ||
|
||
pub mod chromium; | ||
|
||
pub trait AMDHelperPatch: Sized { | ||
fn supported_for(&self, app_item: &AMDHelperApp) -> bool; | ||
fn apply_to(&self, app_item: &AMDHelperApp); | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.