Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: floatid/InputBot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: obv-mikhail/InputBot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 14, 2025

  1. Remove error_generic_member_access feature gate

    When trying to build on stable rust, I get a complaint that the
    error_generic_member_access feature is only allowed on nightly.
    
    The library doesn't appear to use this feature anyway, so it seems safe
    to just remove the feature gate. I can then build and use the library on
    stable rust.
    DavidTruby committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    bf85c86 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Merge pull request obv-mikhail#109 from DavidTruby/develop

    Remove error_generic_member_access feature gate
    obv-mikhail authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    4a0f4a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    b4cafc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Merge pull request obv-mikhail#110 from sheeperino/develop

    Add MouseCursor::pos for linux
    obv-mikhail authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    faca0fd View commit details
    Browse the repository at this point in the history
Loading