issues
search
ldesgoui
/
discord_game_sdk
Rust bindings for the Discord Game SDK
https://docs.rs/discord_game_sdk
Apache License 2.0
62
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
the platform you are trying to target is not supported
#117
tsukinoko-kun
opened
4 months ago
0
Add notes about EmbarkStudios/discord-sdk
#116
ldesgoui
opened
3 years ago
0
try fixing actions
#115
ldesgoui
closed
3 years ago
0
Update bindgen requirement from 0.58 to 0.59
#114
dependabot[bot]
closed
3 years ago
1
Release `discord_game_sdk_sys 1.0.1`
#113
ldesgoui
closed
3 years ago
0
Upgrade to GitHub-native Dependabot
#112
dependabot-preview[bot]
closed
3 years ago
0
Implement custom buttons with links
#111
lennartkloock
closed
3 years ago
1
Update bindgen requirement from 0.54 to 0.58
#110
dependabot-preview[bot]
closed
3 years ago
3
Update bindgen requirement from 0.54 to 0.57
#109
dependabot-preview[bot]
closed
3 years ago
1
Update bindgen requirement from 0.54 to 0.56
#108
dependabot-preview[bot]
closed
3 years ago
1
Update bindgen requirement from 0.54 to 0.55
#107
dependabot-preview[bot]
closed
3 years ago
1
Building off latest version fails on Linux and OSX
#106
ldesgoui
closed
3 years ago
3
Fix attempt to reference invalid memory when calling Discord::with_cr…
#105
EIREXE
closed
4 years ago
9
Example integrations with popular ECS libraries
#104
ldesgoui
closed
3 years ago
0
Update bindgen requirement from 0.53 to 0.54
#103
dependabot-preview[bot]
closed
4 years ago
0
Type ambiguity on sdk 1.0.0 & rustc 1.45.0-nightly
#102
amPerl
closed
4 years ago
2
Update memoffset dependency
#101
RalfJung
closed
4 years ago
1
Update CI and build script
#100
ldesgoui
closed
4 years ago
0
Docs: fix outdated reference
#99
ldesgoui
closed
4 years ago
0
Meta: Update actions
#98
ldesgoui
closed
4 years ago
0
[WIP] New feature `download` that automatically downloads the SDK
#97
AlexApps99
closed
4 years ago
5
bugfix: stop overwriting the panic handler (thread unsafe)
#96
ldesgoui
closed
4 years ago
0
introduce MIRI tests, fix unsafe causing UB
#95
ldesgoui
closed
4 years ago
1
Meta: Reorganize repo (adding more crates to workspace in upcoming PRs)
#94
ldesgoui
closed
4 years ago
0
Fix unsoundness
#93
ldesgoui
closed
4 years ago
0
Internals: replace prevent_unwind! by a function
#92
ldesgoui
closed
4 years ago
0
Breaking change: Discord and DiscordInner are generic over EventHandler
#91
ldesgoui
closed
4 years ago
0
Breaking change: Don't expose iter::Collection anymore
#90
ldesgoui
closed
4 years ago
0
Breaking Change: stop passing &Discord in callbacks
#89
ldesgoui
closed
4 years ago
0
Remove ffi! macro, refactor a bunch of internals, no breaking changes
#88
ldesgoui
closed
4 years ago
0
Replace event_handler! with plain old safe Rust
#87
ldesgoui
closed
4 years ago
0
Breaking change: remove Image::pixel (bad API)
#86
ldesgoui
closed
4 years ago
0
Drop derive_more and thiserror, remove Copy from types that aren't enum (breaking change)
#85
ldesgoui
closed
4 years ago
0
Write program to manually test features
#84
ldesgoui
opened
4 years ago
1
Fix insane breakage introduced in #79
#83
ldesgoui
closed
4 years ago
0
Breaking changes: replaced usize with u32 for indices/u64 for file sizes, OAuth2Token::scopes returns string instead of iterator
#82
ldesgoui
closed
4 years ago
0
Drop callbacks that weren't used
#81
ldesgoui
closed
4 years ago
1
dont run actions on my branches and use the cool clippy action thing
#80
ldesgoui
closed
4 years ago
0
Use UnsafeCell to make macros legal
#79
ldesgoui
closed
4 years ago
0
Verify using MIRI
#78
ldesgoui
closed
4 years ago
0
Refactor to make `src/macros.rs` legal (currently breaks mutable aliasing rules)
#77
ldesgoui
closed
4 years ago
0
Release 1.0
#76
ldesgoui
closed
4 years ago
2
update image to 0.23
#75
ldesgoui
closed
4 years ago
0
delete EventHandler::on_log_message, forward messages to log crate
#74
ldesgoui
closed
4 years ago
0
Refactor EventHandler stuff
#73
ldesgoui
closed
4 years ago
0
log hook doesn't offer the same guarantees as other events
#72
ldesgoui
closed
4 years ago
0
Update bindgen requirement from 0.52.0 to 0.53.1
#71
dependabot-preview[bot]
closed
4 years ago
0
async wrapper?
#70
ldesgoui
closed
3 years ago
0
Document that callbacks are leaked if they're not called before Discord is dropped
#69
ldesgoui
closed
4 years ago
1
Event Handler API could be improved
#68
ldesgoui
closed
4 years ago
2
Next