-
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.
chore: add README for s4c-animate folder
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# s4c-animate | ||
|
||
Before `0.4.8`, this module was the main library in this repo. Now, it's been absorbed into `src/s4c.h`. | ||
|
||
In the upcoming `0.5` release, this temporary stub file will be removed. | ||
|
||
All previous APIs will still be available in the new module, but some macros may be renamed to better namespace the new module. | ||
|
||
A list of all updated identifiers follows. | ||
|
||
|
||
```c | ||
S4C_MAJOR // Dropped | ||
S4C_MINOR // Dropped | ||
S4C_PATCH // Dropped | ||
S4C_VERSION // Renamed to S4C_ANIMATE_VERSION | ||
S4C_MAJOR_VERSION // Renamed to S4C_ANIMATE_MAJOR_VERSION | ||
S4C_MINOR_VERSION // Renamed to S4C_ANIMATE_MINOR_VERSION | ||
S4C_PATCH_VERSION // Renamed to S4C_ANIMATE_PATCH_VERSION | ||
int_s4c_version() // Renamed to int_s4c_animate_version() | ||
s4c_printVersionToFile() // Renamed to s4c_animate_printVersionToFile() | ||
s4c_echoVersionToFile() // Renamed to s4c_animate_echoVersionToFile() | ||
S4C_ECHOVERSION() // Renamed to S4C_ANIMATE_ECHOVERSION() | ||
S4C_PRINTVERSION() // Renamed to S4C_ANIMATE_PRINTVERSION() | ||
``` |
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